h1{ background-color: indianred;    
    color:aquamarine;
    font-size: 70px;
    font-family: fantasy;
    border-style: double;
    text-align: center;
    border-width: 5px;
    border-color: orange;
    border-radius: 100px;}
body{background-color: slategray;
    font-family:"Audiowide";
    background-image: url('../Images/Cookies.jpeg');}
.Q{ background-color: dodgerblue;
    border-style: double;
    border-color: black;
    border-width: 15px;
    width: 34%;
    font-family: fantasy;
    text-align: center;
    margin:auto}
img{border-style: double;
    border-width: 20px;
    border-radius: 50%;
    margin-left: 500px;
    border-color: gold;}
h2{ background-color: indianred;    
    color:aquamarine;
    font-size: 30px;
    font-family: fantasy;
    border-style: double;
    text-align: center;
    border-width: 10px;
    border-radius: 50px;}
p{  width: 34%;
    font-family: fantasy;
    text-align: center;
    background-color: dodgerblue;
    font-size: 20px;
    padding: 10px;
    border-style: double;
    border-width: 10px;
    margin:auto}
a{  background-color:cornflowerblue;
    border-style: double;
    border-width: 15px;
    font-family: fantasy;
    text-align: center;
    font-size: 30px;
    border-radius: 20px;
    margin: auto;}
.Apple{ background-color:indianred;
    font-family: fantasy;
    font-size: 20px;
    border-style: double;
    border-color: darkslategrey;
    border-width: 15px;
    border-radius: 10px;
    float: left;
    width:30%}
ol{ background-color:indianred;
    font-family: fantasy;
    font-size: 20px;
    border-style: double;
    border-color: darkslategrey;
    border-width: 15px;
    border-radius: 10px;
    float: right;
    width:55%}

    label{color: white;}
progress{
    width: 1000px;}
    
.b{  float: left;}
.c{ float: left; 
    margin-left: 1000px;}
.d{  float: right;}
